type net/http.http2sortPriorityNodeSiblings
5 uses
net/http (current package)
h2_bundle.go#L11059: sort.Sort(http2sortPriorityNodeSiblings(*tmp))
h2_bundle.go#L11071: type http2sortPriorityNodeSiblings []*http2priorityNode
h2_bundle.go#L11073: func (z http2sortPriorityNodeSiblings) Len() int { return len(z) }
h2_bundle.go#L11075: func (z http2sortPriorityNodeSiblings) Swap(i, k int) { z[i], z[k] = z[k], z[i] }
h2_bundle.go#L11077: func (z http2sortPriorityNodeSiblings) Less(i, k int) bool {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |